ImageGear .NET v24.12 - Updated
ImGearXMPAlt<T> Constructor(String[])




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPAlt<T> Class > ImGearXMPAlt<T> Constructor : ImGearXMPAlt<T> Constructor(String[])
String array.
Initializes a new instance of the ImGearXMPAlt<T> class with values from the string array.
Syntax
'Declaration
 
Public Function New( _
   ByVal value() As String _
)
'Usage
 
Dim value() As String
 
Dim instance As New ImGearXMPAlt(Of T)(value)
public ImGearXMPAlt<T>( 
   string[] value
)
public: ImGearXMPAlt<T>( 
   string*[]* value
)
public:
ImGearXMPAlt<T>( 
   array<String^>^ value
)

Parameters

value
String array.

Return Value

New instance of ImGearXMPAlt<T> generic class object.
Remarks
This constructor creates an instance of ImGearXMPAlt<T> generic class and initializes it with values from the string array.
See Also

Reference

ImGearXMPAlt<T> Class
ImGearXMPAlt<T> Members
Overload List